RequestOptions

class RequestOptions


Configurable options unique to how requests to the backend are performed.

Summary

Public constructors

RequestOptions(timeout: Long?)

Public properties

Duration

the maximum amount of time for a request to take, from the first request to first response.

Public constructors

RequestOptions

RequestOptions(timeout: Duration)

RequestOptions

RequestOptions(timeout: Long? = Long.MAX_VALUE)

Public properties

timeout

val timeoutDuration

the maximum amount of time for a request to take, from the first request to first response.